CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - conjugate gradient

搜索资源列表

  1. 优化作业_共轭梯度法

    0下载:
  2. 运筹学中的解线性规划问题的一种方法,共扼梯度算法-tacticians solution of linear programming problems, a method of conjugate gradient algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2742
    • 提供者:王伟
  1. optimation

    0下载:
  2. 最优化计算的牛顿法+共轭梯度法的MATLAB程序-Optimization Newton's Law + conjugate gradient method MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1748
    • 提供者:whispering
  1. unconstrained_optimization

    1下载:
  2. VC实现的,多维函数搜索,无约束优化方法, (1)最速下降法 (2)阻尼牛顿法(3)共轭梯度法 (4)鲍维尔法(5)变尺度法(6)单纯形法 -VC implementation, multi-dimensional function of search, unconstrained optimization methods, (1), steepest descent method (2) damped Newton' s method (3) conjugate gradient
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:3191037
    • 提供者:李湖
  1. Unconstrained_optimization

    3下载:
  2. 压缩包里包含了无约束优化问题常用的几种求解方法的源程序:变量轮换法(variable_rotation.m)、最速下降法(steepest_descent.m)、修正牛顿法(modified_newton.m)、共轭梯度法(conjugate_gradient.m)。另外,coefficient_matrix.m为目标函数系数获得矩阵,minval.m为最小值计算函数,gradient.m为梯度计算函数-Compression bag contains unconstrained optimiz
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4607
    • 提供者:闫安心
  1. getd

    0下载:
  2. 共轭梯度法,是数值分析中很重要的一种,源码为其在matlab中的实现。-Conjugate gradient method, numerical analysis is a very important one in the matlab source code for its realization.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1015
    • 提供者:马丫
  1. Nonlinear_Programming

    3下载:
  2. 非线性规划中的最陡下降法、BFGS方法和共轭梯度法matlab源程序(3-拟牛顿BFGS方法).m-Non-linear programming in the steepest descent method, BFGS and conjugate gradient method matlab source code (3- Quasi-Newton BFGS method). M
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:738
    • 提供者:lilin
  1. CG_PLUS

    0下载:
  2. 利用共轭梯度法(CG+)求解大规模无约束最优化问题,代码所用语言为Fortran77.-The use of conjugate gradient method (CG+) to solve large-scale unconstrained optimization problems, the code language for Fortran77.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:396570
    • 提供者:刘东
  1. cgls

    0下载:
  2. 用于解反问题的共轭梯度法,对于Ax=b,输入矩阵A,列向量b,以及迭代步数k,可求的列向量x-Solution of inverse problems for the conjugate gradient method, for Ax = b, the input matrix A, the column vector b, as well as the number of iterations k, rectifiable column vector x
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1364
    • 提供者:gongwei
  1. conjugate_gradient_method

    0下载:
  2. 1. 程序运行时首先输入要求解第几题,然后输入初始点,即可得到最后结果。从程序运行结果中我们可以看到,采用共轭梯度法所得的结果比采用最速下降法所得的结果更为精确,这是由于:共轭梯度法实质上是对最速下降法的修正,使搜索方向变为共轭方向,即每一步的搜索方向都要对该步的负梯度进行修正。-1. Program run-time solution of the first type the first few questions asked, and then enter the initial poin
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1122
    • 提供者:陈卫亮
  1. sparseMRI_v0.2.tar

    1下载:
  2. 此代码用于完成MRI图像的压缩采样重建。它是论文"Sparse MRI: The Application of Compressed Sensing for Rapid MR Imaging", 2007中的源码-This is an implementation of Compressed Sensing reconstruction for MRI data. It implements the non-linear conjugate sub-gradient algorithm as
  3. 所属分类:Special Effects

    • 发布日期:2017-06-11
    • 文件大小:19181095
    • 提供者:李琳
  1. improveBPNet

    1下载:
  2. 改进的BP算法实现程序,以共轭梯度法实现BP神经网络。测试数据以txt格式给出。-Improved BP algorithm procedures in order to conjugate gradient method to achieve BP neural network. Test data given in txt format.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:233044
    • 提供者:高雅田
  1. optimization

    0下载:
  2. 基于最速下降法、牛顿法、共轭梯度法的matlab程序 -Steepest descent Newton conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1416
    • 提供者:lzy
  1. conjugate-grade-method

    0下载:
  2. 有限元中基于共轭梯度法求解对称正定方程,可以很快的提高解题的速度!!一个比较简单的使用的代码!!希望对大家有用啊-Finite element conjugate gradient method based on symmetric positive definite equation, you can quickly increase the speed of problem solving! ! The use of a relatively simple code! ! Hope to u
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:159110
    • 提供者:闫翠萍
  1. conjugate

    0下载:
  2. 共轭梯度法求极值相关源代码,本例为二元函数-Conjugate gradient extremum associated source code and binary function in this case
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:16007
    • 提供者:Tuo
  1. shili97

    0下载:
  2. 制作运用共轭梯度法解线性方程组的用户界面 -Making use of conjugate gradient method to solve linear equations of the user interface
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:740
    • 提供者:岳翠翠
  1. conjugate-gradient

    0下载:
  2. conjugate gradients in the image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:84580
    • 提供者:kingkhan
  1. Conjugate-gradient-methodPBFGS

    0下载:
  2. 主要问题:如函数为f(X)=x1*x1*x1*x1+x2*x2时,算得的结果有问题,初步估计是因为迭代公式中出现了求梯度的模的分量造成的,有待继续改进,不过用BFGS算法C语言程序算时,上述问题没有发生,所以才说BFGS算法是无约束优化中最稳定的算法之一了-Main issues: If function f (X) = x1* x1* x1* x1+ x2* x2, the result of a problem considered, the preliminary estimate is
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4550
    • 提供者:牧童
  1. painless-conjugate-gradient

    1下载:
  2. 这是一篇外国人写的关于最优化方法中共轭梯度法的通俗易懂的介绍,文中用了大量的图形来解释相关概念和公式的几何意义。不过,需要一定的英语阅读能力。-This is a user-friendly introduction to a foreigner on the optimal method of conjugated gradient method, the paper uses a large number of graphics to explain the geometric meanin
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:422517
    • 提供者:liwenbo
  1. conjugate

    0下载:
  2. conjugate就是所谓的共轭梯度法,用迭代的思想解决一些数值问题-conjugate is called the conjugate gradient method, iterative thinking to solve some numerical problems
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:580
    • 提供者:fan
  1. painless-conjugate-gradient.pdf

    0下载:
  2. congujate gradient method
  3. 所属分类:Development Research

    • 发布日期:2017-12-03
    • 文件大小:428103
    • 提供者:Harivansh
« 1 2 3 45 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com